home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / dtype / cdt_3915.rea < prev    next >
Text File  |  1995-11-29  |  2KB  |  62 lines

  1. Short:    C.datatype 39.15 highlights c/c++ keywords etc.
  2. Author:   ruppert@goofy.zdv.uni-mainz.de (Stefan Ruppert)
  3. Uploader: ruppert@goofy.zdv.uni-mainz.de
  4. Type:     util/dtype
  5.  
  6. **************************************************************************
  7. *                                                                        *
  8. *                            c.datatype                                  *
  9. *                                                                        *
  10. *                     Written by Stefan Ruppert                          *
  11. *                                                                        *
  12. **************************************************************************
  13.  
  14. This is a C Source data type for using in MultiView or similar programs !
  15. It displays different parts of a C Source in different style and color,
  16. like comments, keywords, basic types and cpp keywords !
  17. This goes all through a prefs file. If you designed a nice preference file
  18. please send me this file, so that anyone can used it !
  19.  
  20. From version 39.15, I have added a little test program and script to
  21. automate testing of the parser. Currently the parser generates no errors
  22. for all SAS/C V6.56 sources, system includes and all my sources. (See
  23. test/testsuite script)
  24.  
  25. This datatype is Freeware, but not in the public domain !
  26.  
  27. It's strictly forbidden to include this archive in any kind of software
  28. collection except Fred Fish's AmigaLibrary, Aminet , Aminet CD's and BBS
  29. Fileareas or by a explicit permission from me !
  30.  
  31. This datatype was created using bison to generate the C parser.
  32.  
  33. This software is provided "as is". No representations or warranties are
  34. made with respect to the accuracy, reliability, performance, currentness,
  35. or operation of this software, and all use is at your own risk !
  36.  
  37. You can install this datatype by using the Installer script.If you have
  38. any suggestion or comments please contact me :
  39.  
  40. Stefan Ruppert
  41. Windthorststrasse 5
  42. 65439 Floersheim am Main
  43. GERMANY
  44.  
  45. EMail:
  46. ruppert@informatik.fh-wiesbaden.de
  47. ruppert@goofy.zdv.uni-mainz.de
  48. WWW:
  49. http://www.uni-mainz.de/~ruppert/
  50.  
  51. Changes made after last release:
  52.  
  53. c.datatype 39.15 (26.11.95) :
  54.  
  55. - grammar cleanup
  56. - now using perfect hash tables to get keywords (gperf)
  57. - added a parser test program
  58. - added testsuite script
  59. - removed all generated files from source dir
  60. - tab buffer grows now as needed
  61. - lexer is now a state machine (except comments)
  62.